From 9f2ccd7bc1fd2af41fc4b55ac68e5dc7f2928c9a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 19 Jun 1993 22:58:35 +0000 Subject: [PATCH] * puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces, and 190000 for non-MULTI_FRAME Emaces. --- src/puresize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/puresize.h b/src/puresize.h index 97e976ef450..78b07aa601b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,9 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 200000 +#define PURESIZE 205000 #else -#define PURESIZE 185000 +#define PURESIZE 190000 #endif #endif -- 2.30.2